Skip to content

Update _verify_keeper_using_mntr.mdx #4254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged

Update _verify_keeper_using_mntr.mdx #4254

merged 1 commit into from
Aug 12, 2025

Conversation

afpd
Copy link
Contributor

@afpd afpd commented Aug 9, 2025

Summary

docker command must be run as /bin/sh -c 'c....' otherwise the command past '|' will be executed locally and not in the container. Additionally, instead of localhost 127.0.0.1 should be used. By default localhost resolves to ::1 on the recent clickhouse-keeper image, while only 127.0.0.1 listens.

Checklist

docker command must be run as `/bin/sh -c 'c....'` otherwise the command past '|' will be executed on the locally and not on the container. Additionally, instead of localhost should 127.0.0.1 should be use. Bu default localhost resolves to `::1` on the recent clickhouse-keeper image, while only 127.0.0.1 listens.
@afpd afpd requested a review from a team as a code owner August 9, 2025 16:33
Copy link

vercel bot commented Aug 9, 2025

@afpd is attempting to deploy a commit to the ClickHouse Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Aug 9, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

vercel bot commented Aug 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-docs ✅ Ready (Inspect) Visit Preview Aug 11, 2025 0:30am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
clickhouse-docs-ru ⬜️ Ignored (Inspect) Visit Preview Aug 11, 2025 0:30am
clickhouse-docs-zh ⬜️ Ignored (Inspect) Visit Preview Aug 11, 2025 0:30am

@dhtclk dhtclk merged commit e2676d7 into ClickHouse:main Aug 12, 2025
14 checks passed
@afpd afpd deleted the patch-1 branch August 12, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants